Calls and Variables View


The Calls and Variables view helps you understand source code's control and data flows. You're able to see which functions (blue) call other functions, and where variable (green) accesses and assignments occur.

At a glance, you can see where variables are being set (aquamarine lines) and read (purple lines) by functions, without having to wade through the code.